home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9211 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  927 b 

  1. Path: news.crystalball.com!news
  2. From: Larry Weiss <lfw@oc.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: preprocessing question (# only in first col?)
  5. Date: Fri, 08 Mar 1996 10:21:55 -0600
  6. Organization: crystalball.com
  7. Message-ID: <31405EA3.78DC@oc.com>
  8. References: <313b9e9f.480978@NEWS.CLOUD9.NET> <4ho155$9gi@spanky.pls.ov.com>
  9. NNTP-Posting-Host: external.oc.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Fletcher.Glenn@ov.com wrote:
  16.  > 
  17.  > I know of at least three separate compilers that require that the
  18.  > '#' character be in the first column of the source line for
  19.  > preprocessor directives.
  20.  
  21.  
  22. The C Standard does not require the # character to consume any particular
  23. column of a record.
  24.  
  25. A portation is always a tricky endeavor and may encourage coding compromises
  26. if the environment does not comply with the definition of the language.
  27.